/*Arun css*/
:root {
    --main-color: #119c11;
    --main-grad: linear-gradient(135deg, #119c11 0%, #119c11 100%);
}

button,
a {
    color: var(--main-color);
}

/*Theme color change*/
.btn-primary,
.badge-danger {
    background: var(--main-grad) !important;
    border-color: transparent !important;
    transition-duration: 0.3s;
    color: #fff !important;
    cursor: pointer;
}

.btn-primary:hover,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    background: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

.text-primary {
    color: var(--main-color) !important;
}

.btn-outline-primary {
    color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

.border-primary {
    border-color: var(--main-color) !important;
}

.generator-bg {
    background: var(--main-grad) !important;
}

.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #119c11 !important;
    cursor: pointer;
}

/*Home Page css*/
.homepage-header {
    background: url(../img/we_banner_4.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.category-section .line {
    margin-bottom: 25px;
}

.category-item {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 20%);
    text-align: center;
    padding: 15px 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 150px;
}

.category-item img {
    width: 100px;
    display: block;
    margin: auto;
    margin-bottom: 15px;
}

/*Listpage css*/
.listing-shop .list-card-image .item-img {
    height: 150px;
    object-fit: cover;
    width: 100%;
    object-position: center;
    display: block;
}

/* added */
.pro_clr {
    background: #119c11;
    color: white;
}

.log_img {

    width: 200px;
    margin-left: 50px;
}

.usr_txt {
    text-align: center;
}

.menu_chnge {
    color: white !important;
    /* margin-left: 76% !important; */
}

.navbar-dark .navbar-nav .nav-link {
    color: white !important;
}

.nv_log {
    width: 100px;
}

.me_itm {
    margin-left: 70% !important;
    color: white;
    font-size: 15px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #119c11 !important;
}

.btn_distnce {
    background-color: #119c11;
    border-color: #119c11;
    color: white;
    padding: 8px;
}

.btn_distnce:hover {
    background-color: #7ace7a;
    border-color: #7ace7a;
    color: white;

}

.brd_im {
    background: url(../img/bg19.png);
}

.text-grn {
    color: #119c11 !important;

}

.text-grn-50 {
    color: rgb(17 156 17) !important
}

.tit {
    color: #119c11;
}

.txt-hov:hover {
    color: #7ace7a;
}

.btn-outline-secondary {
    border-color: #119c11 !important;
}

.owl-theme .owl-nav button {
    background-color: #119c11 !important;
}

.owl-theme .owl-nav button i {
    color: white !important;
}

/* checkout */
.cl_wd {
    max-width: fit-content !important;
}

.chk {
    display: inline-block;
    /* max-width: fit-content; */
    flex: 0%;
}

.chk_mov {
    margin-right: 82px;
}

.cl_eight {
    display: flex;
    flex: 0% !important;
}

.addresses-item {
    min-width: 330px;
    min-height: 200px;
}

/* .bg-mn {
    background-color: #119c11 !important;
} */

/* product page */


.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 10px;

    padding: 10px;
}

.grid-container>div {

    text-align: center;
    padding: 20px 0;
    display: grid;
    margin-bottom: 12px;

}

.nav-link {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    font-size: 16px;
}

.homepage-search-title {
    text-transform: capitalize;
}

.section-header {
    text-transform: capitalize;
}

.offer-dedicated-nav {
    margin-top: 150px;
}

input[type=radio] {
    box-sizing: border-box;
    padding: 0px;
    margin-top: 10px;
}

.modal-sm {
    max-width: 350px;
}

.rounded-pill {
    border-radius: 1rem !important;
}

/* .crd_spc {
    margin-top: -9px;
} */

/* .cat_txt {
    font-size: 11px !important;
    font-weight: 100;
} */

/* mobile view product */
@media only screen and (max-width: 767px) {
    .grid-container {
        display: block;
    }

    .cl_eight {
        display: block;
    }

    .chk_mov {
        /* margin-left: 42px; */
        width: inherit;
    }

}